home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 260 / docs / readme_v.20b < prev    next >
Encoding:
Text File  |  1988-07-14  |  6.7 KB  |  120 lines

  1. ReadMe for UniTerm V2.0b 017 <-| 
  2. ----------------------------   |
  3. 27.3.88                        |This number is displayed on the 
  4.                                 'About UniTerm...' dialog box and 
  5.                                 indicates the "Edit Number"
  6.  
  7. Changes 2.0a to 2.0b
  8. --------------------
  9.  
  10. General:
  11.   This version of UniTerm has a different setup file format, for
  12.   once I've supplied a program that will update existing 2.0a
  13.   setup files to 2.0b (20ATO20B.TOS).
  14.   Please read the ReadMe for 2.0a too, since a LOT of things
  15.   changed at the end of the life of 2.0a (Edit numbers go to 027).
  16.  
  17. Bugs fixed:
  18.  
  19.   Kermit: UniTerm now understands UniTerm (didn't work anymore
  20.           after I introduced long packets).
  21.   Terminal Emulation:
  22.           VT52 cursor keys and PF1 to PF4 work again.
  23.  
  24. Other changes:
  25.  
  26.   -----
  27.   Remote Macro commands can now be disabled (default!), an error
  28.   message is displayed if this feature is used while turned off.
  29.   -----
  30.   Insert/Delete line is faster.
  31.   -----
  32.   Two additional fields added to the ParmBlock record:
  33.  
  34.                   PBClipSize     : Long_Integer;
  35.                   {Current max size of clipboard}
  36.                   PBClipRecAdr   : Long_Integer; 
  37.                   {Pointer to clipboard record}
  38.  
  39.   PBClipRecAdr is really: ^ClipType with 
  40.   
  41.   ClipBuffer = Packed Array[1..$400000] Of Char; {If anybody needs more...}
  42.   ClipBufferPtr = ^ClipBuffer;
  43.   {ClipPtr = ^ClipType;}
  44.   ClipType = Packed Record
  45.                 Len : Long_Integer;
  46.                 Buffer : ClipBufferPtr;
  47.                 {Next : ClipPtr; Not implemented (yet?)}
  48.              End;
  49.   
  50.   One day this might be a linked list (but due to this organisation it will
  51.   be compatible with older version).
  52.   -----
  53.   The size of the clipboard can now be set the same way as the other buffers.
  54.   -----
  55.   Shifted Keypad keys can now be used with KeyEdit.
  56.   -----
  57.   The delay time value (ASCII Filetransfer Parameters) is now used as a
  58.   delay value for the InsertClip function and in the mouse cursor control.
  59.   -----
  60.  
  61. Hope I haven't forgotten anything.
  62.  
  63. Incremental change list
  64. -----------------------
  65.  
  66. V2.0b 002
  67. ---------
  68.  
  69. The scrolling routine accidently initialized the scrolled up line
  70. to ASCII NUL instead of space.
  71.  
  72. V2.0b 003
  73. ---------
  74.  
  75. Fixed typo in default popup functions: a entry was 'F3' instead of 'F2'.
  76.  
  77. V2.0b 004
  78. ---------
  79.  
  80. Fixed bug in Kermit: the repeat character count went up to 95 instead
  81. of 94, resulting in a hiccup on some Kermit's which don't like getting
  82. a ASCII DEL (127=95+32).
  83.  
  84. V2.0b 005
  85. ---------
  86.  
  87. Workaround a GEM bug, if a popup menu was displayed on the left hand side
  88. of the screen it would result in GEM goging crazy.
  89.  
  90. V2.0b 006
  91. ---------
  92.  
  93. The %INLINE macro command is now transparent for all characters except:
  94.    <Control><C>, <BackSpace>, <Delete> and <Return>. 
  95.  
  96. V2.0b 007
  97. ---------
  98.  
  99. Fixed yet another bug in the new scrolling code. Reverse scroll is now
  100. done in assembler too, ~more than 3 times faster as before.
  101.  
  102. V2.0b 008
  103. ---------
  104.  
  105. Reset the command state properly after a ESC Pu...ESC\ command.
  106.  
  107. V2.0b 009
  108. ---------
  109.  
  110. Fixed a VERY nasty bug in the routine that I use to erase parts of 
  111. the screen (if called with zero width or height, instead of doing
  112. nothing it would bgƒÅäü βαβ⇧ëüÅ⑨ƒÅîÅαβÇÇÇÇÇÇÇÇÇαβαβ    ⓪    ⓪③ƒ✓⇨ƒ①ƒ⇨◆⓪ƒ◆Ç⇦ ③⓪ƒ⑧③⓪ƒç◆⇦⑧◆ƒ✓ƒ✓⇨⇦⓪◆⇨⇨⇦ƒ◆⇦✓⇨    ⇦⑧⇨äüαβ'⓪①⇨⇨⇦ƒ✓⇨ƒ⑨⓪✓ƒ    ⓪ƒ⓪⇧⓪ƒ⇧âƒ⇦⇧ƒ    ⇨⇦⑧⇨    ƒ⇦⇧ƒ⇦ ③⓪ƒ⇦⇨ƒ③⓪✓⇧É⇨αβ⇦⇨ƒ①    ƒ⇧ƒ⓪◆⇨    ƒ0 ⇨ƒ⇧⇦    ⓪üαβαβ⇧ëüÅ⑨ƒÅîîαβÇÇÇÇÇÇÇÇÇαβαβ1⇦◆⓪②_½ייבי≤¯¯¯¯¯¯ⁿגäL*ə
  113. ⇩⇦╱◆    
  114. 7kƒו∞∩¯¯¯¯¯¯¯¯טêH⑧⇧⇨⇦╱◆    ♪
  115. ?øכצעלטטייוÀöh4
  116. ╱✓    ♪ ①②④⑤⑦⑧⑨ə/¯¯¯¯סHO»¯ΦÕäh ①③④⑥⑧_נµijérƒδ¯¯¯¯¯¯¯á8⇨❎♪④✓♪ ①②④⑥oי÷¯¯¯¯¯¯¯¯¯¯¯קê@❎⇧⇨⇦╱◆    ♪
  117. køΘ¯¯¯¯¯¯¯¯¯¯ΣÿB⇧⇨⇦╱◆    ♪
  118. OÅ©יij¿ÄzkflrkU0⓪②③⑤⑥⑧⑨ə!"$'נ¯¯¯¯זÇù∞¯ϕס¿l①③⑤⑥⑦ək´ס¶ú⌐צ¯¯¯¯¯¯¯°ö4⇨❎╱✓    ♪
  119. ⓪①③⑤⑥oו¯¯¯¯¯¯¯¯¯¯¯¯סé,⇧⇩⇦╱◆    
  120. 'w™¯¯¯¯¯⌠Σףτ¯¯·á@⇩⇦❎◆✓    ♪
  121. +©לא¬ìpT=6CVS5②④⑥⑦⑨ə !#$%'_¯¯¯¯¯Éyºךט¿êzD⑧ə Åנπατ¯¯¯¯¯¯¯¯¯ΦÇ⑧⇦╱✓    ♪ ①②④⑥⑧∞¯¯¯¯¯¯¯¯¯¯¯≥ijl⑧⇧⇨❎╱✓    ♪①k»∈¯¯¯¯¯⌠ץנפןטád,⇧⇩⇦╱◆    ⑦"1KoÄƒí¢ÆårV<)⑥④⑤⑦⑧⑨ !"#%&'(*,»¯¯¯¯ΦãÃםסóÇmLə "Gƒמ∧ϕ¯¯¯¯¯¯¯¯¯¯ãP╱✓    ♪
  122. ①②④⑤⑦⑨[Œ≈¯¯¯¯¯¯¯ⁿ⌡∈ךØx4⇩⇦╱◆    
  123. #CYqô™δ¯¯¯¯¯¯≤ΣשגñtL*⓪⇩⇦╱◆    ♪ Og{çàé|vfVB,⑤⑥⑦⑨ə!"#$%'()*+-¯¯¯¯³´©∞§¿rZJ!"$'ç™ף∩¯¯¯¯¯¯¯¯¯¯כh④    ♪ ①②④⑤⑦⑧əGù§¯¯¯¯¯¯¯ϕקגœöh0◆✓
  124.  
  125. ①②;j쪮ך≈¯¯¯¯¯¯ϕαםיáh@&⑥⇦⇦❎◆    
  126. !;]{Æ£ùìâ|n^L<1%⑧⑥⑦⑨ə!&-&%&()*+,./ﯯ¯≡זצµגè`R@ !"$&;ç¨ך√¯¯¯¯¯¯¯¯¯¯Õ`④♪
  127. ⓪①③④⑥⑦⑧ə_ƒף¯¯¯¯¯¯°כ¬ûâf@② ⓪①③④⑥⑧[ï»ח§≤¯¯¯¯¯ⁿ∈ןטחIJªpD(⑧⑤④ə"-5;AK_{ù¿úûäsdTH;21-$⑧⑨ə'-3:B?71-()*+-W∩¯¯¯¯Φij†ijñÇbY@!"#%;ïד∩¯¯¯¯¯¯¯¯¯¯°ã` ♪
  128. ⓪②③⑤⑥⑦%7[çÃπ¯¯¯¯¯¯∮¶ÉlP8
  129. ⓪①③④⑥⑦]ņתΘ⌡√√⌡±≤°°τכñtH%②
  130.  
  131. ).2;MeûóªíÆ~dM8( !"$&+6CIE:1,-./013ù¯¯¯¯¯שÕIJØê`J=#$&'()+Wƒת¯¯¯¯¯¯¯¯¯¯¯םÿP⑨①③⑤⑥⑦⑨'Olàúבσ¯¯¯¯¯¯¯ץñtL0⑨①②④⑤⑦⑧-WåØת∩²¯¯³≥Σןמח®¬êZ4ə
  132. ⓪&;Rajmq}ëöÿôåwfR:$⑧⑨ə")-6?CBACJT]^TB.*+,-.0w¯¯¯¯¯°ןע¶Üx[J0!#$%'(eßנ√¯¯¯¯¯¯¯¯ⁿαãzH②④⑤⑦⑧əK{¢Ãנπ≥·¯¯¯¯¯≡אÆd<  ①BO_wôõעΩ²¯¯¯ⁿµסבØÜ|\D1%⑦③⑨'?ViwüÅÖ¥ÿëwdRC4&⑦⑦⑧⑨"0AQ]_\VRNE<2*)')*+-Wδ¯¯¯¯¯¯Ωס¼üX<$ !#$&[ì™≈¯¯¯¯¯¯≥ץijÿpP.④⑥⑦⑨əYç»נσ±⌠≤±≤⌡≡Γט¿ü\<"②③④5Oiù»דתµ≤¯¯¯¯√ΩפÕÿrR8*%*38=EQ_nzåÅÿߢÉy`H1!⑥③⑤⑥+5?JS[^]XUTPH>.#$&'(*+ů¯¯¯¯¯³αאªéX1⑧⑨ "#K†≤¯¯¯¯¯²µסŒûvR1④⑤⑦⑧⑨G{ÑדםΣττσΣΓםל´áÇ`B%④⑤⑥⑧3Nkçí´לףσ∩≈ⁿ²³·⌠σזñxX<-(*2;IVajszâîöùöî~hP6 ②④⑤⑦⑨,<IT[`^ZUQNKD6(#%&'(*/ﯯ¯¯¯∈רŒÉ\0⑨ə!"$%Sà†⌡¯¯¯¯¯§©ñìv^B&⑧ə!"O¡יβΘΘΣךסד´¡ßîu\B)ə7UvùÃנβδ±⌠⌠≥±±ϕΘםגóÇaD2)*5F[qëÉÆÆæÉîêâxhR<'⑥⑥⑧⑨-BVdlnhaXNF<6.(%'()*,_∞¯¯¯¯¯¯≥סáh2⑨ "#$&'ErºΘ¯¯¯¯°זá|`H3  !#$%'(?o¢™םτδπקij⌐ûäth\N@0&%&'7OoôÃתδ÷∙⌠ϕταתמה©õóÉxbQHFJUg}ôÑõØ⌐ßÅévl`SH>6,&""(7I[kyäêå{kXB2'()+,-./12ﯯ¯¯¯¯¯≥גÉP !#$%&')*+Oo¥נ¯¯¯¯ⁿס£lH)!#$%&()*+,.7[{ùØזתךמ†áähP<.,-.06;CO_wÅ⌐™תτ∩≡∈Φ§ס©¡ñߢöïÇtkc__eqïû¢£ÿÆè~pbTKECBBCEJOW^ejlkkigc^UJ<2345678:gת¯¯¯¯¯¯¯ΩÕx0$&'()+,-./0DSgçÃδ¯¯¯ΩijölH)*+,./0123AR_kyçù⌐´בב´⌐Éu\E7345?O_sàòƒº»Ã™ולצןםךצכד™¨»óûê{{}~{vqqsvxz|}xpib\WRONPV_dghgda_][ZYVMB656789W»¯¯¯¯¯¯¯¯ΓáP#$&'()*,-;Ymolqç¡נσ∮πע®¿ìh@()+,-./=YsâïìëåàëìÆùÜÿÆîâvfVH@@IYo祻™חססחijÀã«»œ†דעןשי´¿ùèÇti`\^enuyyxwvuspoppqnje`[XURPNLNU\befea[TK@413?wי¯¯¯¯¯¯¯¯·ijp( !"$%&=]jdZW_nxxspt~äürZ@-./01234J_ox}}{wrmf_ZYZ^beegjnt{äêÄû£óªªÑѺ¬¼»õŒ´™IJ©Õã¬óÖÄÇumklopppswzzxtppqrplihikmnpruz}üäêïèåü}{z{zzô»טף∞ץ∧σ∈≥ϕαמהזנקששרך∞ΣΓשדÀ¬í¢Æç}wvxzyxvsqmjfba`bcfjmquzâääü~|{zzz{}éëÉù¢ƒíóúóßÜûôÉÅÉÆöûÜßáúªººº¿ºÑ󃣢¥ƒá£ÿôÆôòòÆïäÇ|wph`ZVUUVVX[]_bdfhjmopsvvuqnnoppr{ì߬õŒÕ¶™אגגבבגויערךךתפכאÀ½ßÆå|tnjihhikllieb^[WUTUVWY[_dijjjknpprsuy|äåêëèïïììÄÄÄÉÆôöòòûùÿܢܣƒúÑúßÖùÿÜÿòÉìîîîïçé~xrkd_ZVROMLLMOQRUWXY[\^_aa`^\]_beky샿½½½«øÃÕÕ¨†®IJזנצקצסטאÕ¼áÉä|upmjhgikonid_ZWURQQRTX\aehikmoppppqstutuvx|~üäàåêèïììÅÉÉæôûùÖùùÖßúóßÖÿÖÖûæîèëëêåäÇ|yuple_ZWTSPOOPRRTUXY\]`abb`_]^_`bguåûƒº¬½¼«ØøÀÕÕÆאטלספפמז®œª¢æêÇ{xronpqqoje_[WSRQQQSW[]`bfilnmmmnopqrrtvx|~üâàëïìîììÄÄÉæææÆÆôòûùÖ£ƒƒ¥¢ùòööÆÆÉîêàäéÇ}xupkgec`]ZYXZZZYZ\^^]\ZYZ[[ZXTSVX[cqìùƒñº⌐½«»œÃÀ¨™וינפפמחIJÕ¡úÿîäztpnmlkjgda]YUTSQPQRUW[^`beghjklmnprtwyz}üäåêèïîìÅæôööòÖáª⌐½½¬Ñá¢ùòÆÅîîïëåâÇzuohaZUPNMMLKJJKLLLMLKJILOPRSUVW_qìºÀŒã«ø´©¶´¨¶™ונת§∧αβ∧צגøóòèÇvnjfbbejkg`[VTPJECFG